home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / QDDVX102.ZIP / contrib / dvx / qdeck / help / example / makefile < prev    next >
Makefile  |  1993-07-15  |  157b  |  8 lines

  1. # if using qmake remove the next line
  2. HOME=c:\dvx
  3.  
  4. $(HOME)\help\example.hlp:
  5.     helplib @example.rsp
  6.     copy example.hlp $(HOME)\help\.
  7.     del example.hlp
  8.